x86: Return to real-mode when booting primary CPU, and gather
authorkfraser@localhost.localdomain <kfraser@localhost.localdomain>
Thu, 7 Jun 2007 18:41:59 +0000 (19:41 +0100)
committerkfraser@localhost.localdomain <kfraser@localhost.localdomain>
Thu, 7 Jun 2007 18:41:59 +0000 (19:41 +0100)
commit45542203a2930a1fe77a9d3a6ab8f3461434d01b
tree7bc1de41a0aaa86fa4518566626ec4431f8188b1
parent79669c1728d9ce1fd6d697aa6ae0ff113d9c16db
x86: Return to real-mode when booting primary CPU, and gather
memory-map information (from int15{e820,e801,88} and int12 bios
calls).

Signed-off-by: Keir Fraser <keir@xensource.com>
xen/arch/x86/boot/Makefile
xen/arch/x86/boot/head.S
xen/arch/x86/boot/mem.S [new file with mode: 0644]
xen/arch/x86/boot/trampoline.S
xen/arch/x86/boot/x86_32.S
xen/arch/x86/setup.c
xen/arch/x86/smpboot.c
xen/include/asm-x86/config.h
xen/include/asm-x86/e820.h